home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / mxcode / soundx / mydef.h < prev    next >
C/C++ Source or Header  |  1993-06-07  |  174b  |  12 lines

  1. #ifndef __MYDEF__
  2.  
  3. #define __MYDEF__
  4.  
  5. typedef unsigned char BYTE;
  6. typedef unsigned int  WORD;
  7. typedef unsigned long DWORD;
  8.  
  9. static const TRUE= -1,FALSE=0;
  10.  
  11. #endif
  12.